Skip to content

MINOR: Bump org.apache.hive:hive-storage-api from 4.0.1 to 4.2.1 - #1280

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.hive-hive-storage-api-4.2.1
Closed

MINOR: Bump org.apache.hive:hive-storage-api from 4.0.1 to 4.2.1#1280
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.hive-hive-storage-api-4.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.hive:hive-storage-api from 4.0.1 to 4.2.1.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps org.apache.hive:hive-storage-api from 4.0.1 to 4.2.1.

---
updated-dependencies:
- dependency-name: org.apache.hive:hive-storage-api
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2026
@github-actions github-actions Bot added this to the 20.0.0 milestone Aug 31, 2026
@jbonofre

Copy link
Copy Markdown
Member

Hive 4.2.x moved to Java 21, but we are still compiling with --release 17.

@lidavidm @kou I propose to close this PR and stick with Hive 4.1.x for now (Java 17 compliant).

@jbonofre

Copy link
Copy Markdown
Member

Superseded by #1281.

hive-storage-api 4.2.0 moved its compiler target from Java 17 to Java 21, so the 4.2.x class files (major version 65) cannot be read by javac --release 17, which is what this project builds with. That breaks the arrow-orc test compilation in the RC Binaries job:

[ERROR] adapter/orc/src/test/java/org/apache/arrow/adapter/orc/OrcReaderTest.java:[34,44] cannot access BytesColumnVector
[ERROR]   bad class file: hive-storage-api-4.2.1.jar(/org/apache/hadoop/hive/ql/exec/vector/BytesColumnVector.class)
[ERROR]     class file has wrong version 65.0, should be 61.0

#1281 bumps to 4.1.0 instead, the newest release still targeting Java 17. Ignoring the 4.2.x line here until the project baseline moves to Java 21.

@jbonofre

Copy link
Copy Markdown
Member

@dependabot ignore this minor version

@dependabot dependabot Bot closed this Aug 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 4.2.x again, unless you re-open this PR.

@dependabot
dependabot Bot deleted the dependabot/maven/org.apache.hive-hive-storage-api-4.2.1 branch August 31, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant